home *** CD-ROM | disk | FTP | other *** search
/ Old Testament Foundatiosn with Philip Yancey / Old Testament Foundatiosn with Philip Yancey - Disc 2.iso / pc / data / m38.dir / 00122.ls < prev    next >
Encoding:
Text File  |  1996-09-09  |  512 b   |  22 lines

  1. on mouseDown
  2.   go("q2hand")
  3.   set the cursor of sprite 32 to [43, 44]
  4. end
  5.  
  6. on mouseUp
  7.   if sprite 32 intersects 18 then
  8.     set the castNum of sprite 32 to cast "moab.a"
  9.     set the moveableSprite of sprite 32 to 0
  10.     set the locV of sprite 32 to 240
  11.     set the locH of sprite 32 to 320
  12.     set the cursor of sprite 32 to -1
  13.     updateStage()
  14.   else
  15.     set the locV of sprite 32 to 240
  16.     set the locH of sprite 32 to 320
  17.     set the cursor of sprite 32 to [41, 42]
  18.     updateStage()
  19.   end if
  20.   go("q2")
  21. end
  22.